home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TTTDIALOG / TTTDIALOG.txt
Text File  |  1997-06-09  |  3KB  |  151 lines

  1. object ttDialog: TttDialog
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'tintin++ Conversion'
  7.   ClientHeight = 300
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 10
  19.     Width = 46
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'Importing:'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 34
  32.     Width = 228
  33.     Height = 13
  34.     Caption = 'Exceptions and warnings will be displayed below'
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 8
  43.     Top = 48
  44.     Width = 188
  45.     Height = 13
  46.     Caption = 'and the offending lines will be written to:'
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label4: TLabel
  54.     Left = 216
  55.     Top = 10
  56.     Width = 23
  57.     Height = 13
  58.     Caption = 'Line:'
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object OKBtn: TBitBtn
  66.     Left = 300
  67.     Top = 8
  68.     Width = 77
  69.     Height = 27
  70.     Font.Color = clBtnText
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 0
  76.     OnClick = OKBtnClick
  77.     Kind = bkOK
  78.     Margin = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82.   object Filename: TEdit
  83.     Left = 64
  84.     Top = 8
  85.     Width = 145
  86.     Height = 21
  87.     TabStop = False
  88.     AutoSize = False
  89.     Color = clBtnFace
  90.     Font.Color = clWindowText
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     ReadOnly = True
  96.     TabOrder = 1
  97.   end
  98.   object ErrorFile: TEdit
  99.     Left = 8
  100.     Top = 62
  101.     Width = 177
  102.     Height = 20
  103.     TabStop = False
  104.     BorderStyle = bsNone
  105.     Color = clBtnFace
  106.     Ctl3D = False
  107.     Font.Color = clWindowText
  108.     Font.Height = -11
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = []
  111.     ParentCtl3D = False
  112.     ParentFont = False
  113.     ReadOnly = True
  114.     TabOrder = 2
  115.     Text = 'ErrorFile'
  116.   end
  117.   object ErrorMemo: TMemo
  118.     Left = 8
  119.     Top = 88
  120.     Width = 369
  121.     Height = 201
  122.     TabStop = False
  123.     Font.Color = clWindowText
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     Lines.Strings = (
  128.       'ErrorMemo')
  129.     ParentFont = False
  130.     ReadOnly = True
  131.     ScrollBars = ssBoth
  132.     TabOrder = 3
  133.   end
  134.   object Line: TEdit
  135.     Left = 248
  136.     Top = 8
  137.     Width = 41
  138.     Height = 21
  139.     TabStop = False
  140.     AutoSize = False
  141.     Color = clBtnFace
  142.     Font.Color = clWindowText
  143.     Font.Height = -11
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = []
  146.     ParentFont = False
  147.     ReadOnly = True
  148.     TabOrder = 4
  149.   end
  150. end
  151.